home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Database Designers / Rational Rose 2000 / Rational Setup.EXE / common / lib / auto / Getopt / Long / Croak.al < prev    next >
Encoding:
Text File  |  1999-01-26  |  465 b   |  18 lines

  1. # NOTE: Derived from ../LIB\Getopt\Long.pm.
  2. # Changes made here will be lost when autosplit again.
  3. # See AutoSplit.pm.
  4. package Getopt::Long;
  5.  
  6. #line 826 "../LIB\Getopt\Long.pm (autosplit into ..\lib\auto/Getopt\Long/Croak.al)"
  7. # To prevent Carp from being loaded unnecessarily.
  8. sub Croak (@) {
  9.     require 'Carp.pm';
  10.     $Carp::CarpLevel = 1;
  11.     Carp::croak(@_);
  12. };
  13.  
  14. ################ Documentation ################
  15.  
  16. 1;
  17. # end of Getopt::Long::Croak
  18.